free memory

英 [friː ˈmeməri] 美 [friː ˈmeməri]

网络  剩余内存; 自由内存; 释放内存工具; 可用内存; 空闲内存

计算机



双语例句

  1. While the heap is expanding, analyzing free memory trends is very problematic.
    当扩展堆时,分析可用内存趋势会非常困难。
  2. When the new space runs out of free memory, the garbage is collected only in that space.
    当新空间耗尽空闲内存时,将仅在该空间中进行垃圾收集。
  3. Linux performs this task fairly aggressively, and you will quickly see a running system have very little unused/ free memory.
    Linux非常贪婪地执行这个任务,您很快就可以看到,系统中未使用/空闲的内存变得很少。
  4. ISeries machines are often configured with an effective free memory pool size.
    iSeries计算机通常配置了有效的可用内存池大小。
  5. How big is too big is something that DB2 decides based on the availability of free memory.
    多大才算太大由DB2基于空闲内存的可用性来决定。
  6. Finally, consideration needs to be given to available free memory.
    最后,需要考虑可用空闲内存。
  7. In most cases, saving the model and re-starting the application will resolve the problem as the free memory is reset.
    大多数情况下,保存模型然后重启应用程序,就会解决问题,因为空闲内存被重置了。
  8. Lightweight memory leak detection is achieved by monitoring downward trends in free memory.
    轻量级内存泄漏检测是通过监视自由内存中的下降趋势而实现的。
  9. If free memory is less than the free memory threshold, the scanning rate is increased by300 pages.
    如果空闲内存小于空闲内存阈值,扫描速率会增加300页。
  10. Verbose GC gives free memory statistics directly after a GC cycle, PMI data does not.
    详细的垃圾收集在垃圾收集周期之后直接提供了可用内存统计信息,而PMI数据不能提供。
  11. As we can see, there is plenty of free memory in this instance
    如您所见,在这个实例中有足够的空闲内存
  12. The and tags contain information about the free memory at the end of the quanta rolled up in the heartbeat GC.
    和标记包含关于heartbeatGC中整合的时间量结尾的自由内存的信息。
  13. In addition, used memory and free memory were modified by roughly the same amount.
    此外,已用内存和空闲内存大致地呈现相同数量的增减。
  14. Most UNIX systems try to use free memory for caching, which is why it often looks like your system has no free memory.
    大多数UNIX系统会尝试用空闲内存执行缓存,这就是系统常常看起来没有空闲内存的原因。
  15. As a result, no library functions that allocate or free memory are reentrant.
    实际上,任何分配或释放内存的库函数都是不可重入的。
  16. And when you free memory, it becomes blue, representing previously allocated but then freed memory.
    当您释放内存时,它就变成蓝色,这表明开始被分配后来被释放。
  17. Total memory less the free memory threshold exceeds the total amount of memory assigned to all virtual machines.
    总内存较少的空闲内存阈值超过分配给所有虚拟机的内存总数。
  18. Instead, shared memory is allocated from the system's free memory pool and is annexed by each process that wants access.
    共享内存是从系统的空闲内存池中分配的,希望访问它的每个进程连接它。
  19. This tends to leave holes in the heap requiring more time to efficiently manage the free memory.
    这样会在堆中留下一些洞,需要花一些时间才能有效地管理空闲内存。
  20. You can find an array of different tools across the UNIX variants that report available free memory and VM usage with current usage.
    您可以在各种UNIX变体中找到一批不同的工具,它们报告可用空闲内存和VM使用情况以及当前使用情况。
  21. Holy land, is a most spiritual free memory and free desire body.
    圣境,一种最精神的自由记忆与自由愿望体。
  22. Ram Optimizer silently works in the background and optimizes your free memory to give you a better experience.
    Ram优化程序静默方式在后台工作,并优化您的可用内存给你更好的体验。
  23. If an application needs more shared pool memory, it can obtain that memory by acquiring it from the free memory in the buffer cache.
    如果某个应用程序需要从共享池中分配更多内存,这些内存可以从数据缓存区的可用空间中获得。
  24. Attempts to free memory that was never allocated.
    试图释放从未分配的内存。
  25. Please free memory by closing applications or by removing unnecessary files.
    请关闭部分应用程序或删除不必要的文件以释放内存。
  26. If it is not, and if there is no free memory region, the dispatcher swaps out a process currently in memory and swaps in the desired process.
    如果不在,或是没有空余的内存区,调度器会交换出内存中的一个普通过程并换进所需过程。
  27. Object storage could not be allocated. Try closing some windows to free memory.
    无法分配对象存储区,请关闭一些窗口释放内存。
  28. If the number of free pages in the system falls below this limit, the kernel will start swapping more aggressively to free memory and maintain system performance.
    如果系统中可用页面的数目低于这一限制,则内核将以较积极的方式启动交换,以释放内存,从而维持系统性能。
  29. The Operating System is low on free memory, the Query will be terminated.
    操作系统内存不足,查询将终止。
  30. We allocate memory on put ( malloc) and we free memory on remove ( free).
    我们在放入数据的时候分配内存(malloc),移除数据的时候释放内存(free)。